Hi, while testing the request call āList alerts for an incidentā I am not getting the required response as mentioned in the document. It is giving the response 200Ok status but not giving the āalert idā. due to which āGet an Alertā call request is unable to run. kindly guide me why i am not getting the alert id in the response?
the screenshot of call is attached.
Unable to get "Alert id" from the request "List alerts for an incident"
Hard to tell without knowing if the incident youāve selected actually has alerts associated with it.
Should be a simple cURL call like this:
curl --request GET
āurl āhttps://api.pagerduty.com/incidents/INC_ID_HERE/alertsā
āheader āaccept: application/vnd.pagerduty+json;version=2ā
āheader āauthorization: Token token=YOUR_TOKEN_HEREā
āheader ācontent-type: application/jsonā